Open
Conversation
5 tasks
The generate_agents.py script doesn't parse YAML block scalars (>). Switched to single-line description matching the format of other skills. Regenerated AGENTS.md via the script to match expected output exactly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
After discussion with @vystrcild let's not merge this into this repo but rather use it for /.well-known/ RFC discovery |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apify-agent-onboardingskill - a disambiguation layer that routes agents to the correct Apify installation path (MCP server, Agent Skills + CLI, or API client)marketplace.jsonWhy
Blank-slate AI agents that encounter "install Apify" currently have no way of knowing what's the correct onboarding path and might install CLI or SDK when MCP is the right entry point. This skill detects intent from the user (or agent) first and routes accordingly.
Three independent paths:
apify-clientto existing JS/Python appsThe skill is written from the agent's perspective ("direct your user to...") rather than human-facing instructions.
Context